Results for spec@!opengl 1.2@copyteximage 3d

Overview

Result: fail

Back to summary

Details

Detail Value
Returncode 1
Time 0:00:02.141634
Stdout
Testing GL_TEXTURE_3D
Texture target = GL_TEXTURE_3D, Internal format = GL_RED
Probe color at (16,0)
  Expected: 127 0 0 255
  Observed: 255 0 0 255
Probe color at (16,0)
  Expected: 102 0 0 255
  Observed: 255 0 0 255
Probe color at (16,0)
  Expected: 76 0 0 255
  Observed: 255 0 0 255
Probe color at (16,0)
  Expected: 51 0 0 255
  Observed: 255 0 0 255
Texture target = GL_TEXTURE_3D, Internal format = GL_RG
Probe color at (32,0)
  Expected: 127 51 0 255
  Observed: 255 204 0 255
Probe color at (32,0)
  Expected: 102 40 0 255
  Observed: 255 163 0 255
Probe color at (32,0)
  Expected: 76 30 0 255
  Observed: 255 122 0 255
Probe color at (32,0)
  Expected: 51 20 0 255
  Observed: 255 82 0 255
Texture target = GL_TEXTURE_3D, Internal format = GL_RGB8
Probe color at (48,0)
  Expected: 127 51 204 255
  Observed: 102 204 51 255
Probe color at (48,0)
  Expected: 102 40 163 255
  Observed: 82 163 41 255
Probe color at (48,0)
  Expected: 76 30 122 255
  Observed: 61 122 31 255
Probe color at (48,0)
  Expected: 51 20 81 255
  Observed: 41 82 20 255
Texture target = GL_TEXTURE_3D, Internal format = GL_RGB16
Probe color at (64,0)
  Expected: 127 51 204 255
  Observed: 51 128 102 255
Probe color at (64,0)
  Expected: 102 40 163 255
  Observed: 41 102 82 255
Probe color at (64,0)
  Expected: 76 30 122 255
  Observed: 31 76 61 255
Probe color at (64,0)
  Expected: 51 20 81 255
  Observed: 20 51 41 255
Texture target = GL_TEXTURE_3D, Internal format = GL_RGB16F - skipped
Texture target = GL_TEXTURE_3D, Internal format = GL_RGB32F - skipped
Texture target = GL_TEXTURE_3D, Internal format = GL_RGBA8
Probe color at (112,0)
  Expected: 127 51 204 102
  Observed: 102 204 51 128
Probe color at (112,0)
  Expected: 102 40 163 81
  Observed: 82 163 41 102
Probe color at (112,0)
  Expected: 76 30 122 61
  Observed: 61 122 31 76
Probe color at (112,0)
  Expected: 51 20 81 40
  Observed: 41 82 20 51
Texture target = GL_TEXTURE_3D, Internal format = GL_RGBA16
Probe color at (128,0)
  Expected: 127 51 204 102
  Observed: 51 128 102 204
Probe color at (128,0)
  Expected: 102 40 163 81
  Observed: 41 102 82 163
Probe color at (128,0)
  Expected: 76 30 122 61
  Observed: 31 76 61 122
Probe color at (128,0)
  Expected: 51 20 81 40
  Observed: 20 51 41 82
Texture target = GL_TEXTURE_3D, Internal format = GL_RGBA16F - skipped
Texture target = GL_TEXTURE_3D, Internal format = GL_RGBA32F - skipped
Texture target = GL_TEXTURE_3D, Internal format = GL_COMPRESSED_RED
Probe color at (176,0)
  Expected: 127 0 0 255
  Observed: 102 0 0 255
Texture target = GL_TEXTURE_3D, Internal format = GL_COMPRESSED_RG
Probe color at (192,0)
  Expected: 127 51 0 255
  Observed: 102 204 0 255
Probe color at (192,0)
  Expected: 102 40 0 255
  Observed: 82 163 0 255
Probe color at (192,0)
  Expected: 76 30 0 255
  Observed: 61 122 0 255
Probe color at (192,0)
  Expected: 51 20 0 255
  Observed: 41 82 0 255
Texture target = GL_TEXTURE_3D, Internal format = GL_COMPRESSED_RGB
Probe color at (208,0)
  Expected: 127 51 204 255
  Observed: 102 204 51 255
Probe color at (208,0)
  Expected: 102 40 163 255
  Observed: 82 163 41 255
Probe color at (208,0)
  Expected: 76 30 122 255
  Observed: 61 122 31 255
Probe color at (208,0)
  Expected: 51 20 81 255
  Observed: 41 82 20 255
Texture target = GL_TEXTURE_3D, Internal format = GL_COMPRESSED_RGBA
Probe color at (224,0)
  Expected: 127 51 204 102
  Observed: 102 204 51 128
Probe color at (224,0)
  Expected: 102 40 163 81
  Observed: 82 163 41 102
Probe color at (224,0)
  Expected: 76 30 122 61
  Observed: 61 122 31 76
Probe color at (224,0)
  Expected: 51 20 81 40
  Observed: 41 82 20 51
Texture target = GL_TEXTURE_3D, Internal format = GL_LUMINANCE
Probe color at (240,0)
  Expected: 127 127 127 255
  Observed: 255 102 102 255
Probe color at (240,0)
  Expected: 102 102 102 255
  Observed: 255 82 82 255
Probe color at (240,0)
  Expected: 76 76 76 255
  Observed: 255 61 61 255
Probe color at (240,0)
  Expected: 51 51 51 255
  Observed: 255 41 41 255
Texture target = GL_TEXTURE_3D, Internal format = GL_LUMINANCE_ALPHA
Probe color at (256,0)
  Expected: 127 127 127 102
  Observed: 102 102 102 128
Probe color at (256,0)
  Expected: 102 102 102 81
  Observed: 82 82 82 102
Probe color at (256,0)
  Expected: 76 76 76 61
  Observed: 61 61 61 76
Probe color at (256,0)
  Expected: 51 51 51 40
  Observed: 41 41 41 51
Texture target = GL_TEXTURE_3D, Internal format = GL_INTENSITY
Probe color at (272,0)
  Expected: 127 127 127 127
  Observed: 102 102 102 102
Probe color at (272,0)
  Expected: 102 102 102 102
  Observed: 82 82 82 82
Probe color at (272,0)
  Expected: 76 76 76 76
  Observed: 61 61 61 61
Probe color at (272,0)
  Expected: 51 51 51 51
  Observed: 41 41 41 41
Texture target = GL_TEXTURE_3D, Internal format = GL_DEPTH_COMPONENT - skipped
Texture target = GL_TEXTURE_3D, Internal format = GL_DEPTH_COMPONENT16 - skipped
Texture target = GL_TEXTURE_3D, Internal format = GL_DEPTH_COMPONENT24 - skipped
Texture target = GL_TEXTURE_3D, Internal format = GL_DEPTH_COMPONENT32F - skipped
Texture target = GL_TEXTURE_3D, Internal format = GL_DEPTH24_STENCIL8 - skipped
Texture target = GL_TEXTURE_3D, Internal format = GL_DEPTH32F_STENCIL8 - skipped
Stderr
couldn't open libtxc_dxtn.so, software DXTn compression/decompression unavailable
Mesa warning: couldn't open libtxc_dxtn.so, software DXTn compression/decompression unavailable
Environment
PIGLIT_SOURCE_DIR="/root/piglit" PIGLIT_PLATFORM="mixed_glx_egl"
Command /root/piglit/bin/copyteximage 3D -auto
dmesg

        

Back to summary